Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update devdependencies - autoclosed #147

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types 4.20241022.0 -> 4.20241127.0 age adoption passing confidence
@iconify/json (source) 2.2.264 -> 2.2.277 age adoption passing confidence
@types/node (source) 20.17.1 -> 20.17.9 age adoption passing confidence
@virtual-live-lab/eslint-config (source) 2.2.7 -> 2.2.13 age adoption passing confidence
@virtual-live-lab/prettier-config (source) 2.0.7 -> 2.0.12 age adoption passing confidence
@virtual-live-lab/stylelint-config (source) 2.0.12 -> 2.0.15 age adoption passing confidence
@virtual-live-lab/tsconfig (source) 2.1.9 -> 2.1.13 age adoption passing confidence
astro-eslint-parser 1.0.3 -> 1.1.0 age adoption passing confidence
daisyui (source) 4.12.13 -> 4.12.14 age adoption passing confidence
eslint (source) 9.13.0 -> 9.15.0 age adoption passing confidence
happy-css-modules (source) 3.1.1 -> 3.2.0 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
sass 1.80.4 -> 1.81.0 age adoption passing confidence
stylelint (source) 16.10.0 -> 16.11.0 age adoption passing confidence
tailwindcss (source) 3.4.14 -> 3.4.15 age adoption passing confidence
tsx (source) 4.19.1 -> 4.19.2 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
typescript-eslint (source) 8.11.0 -> 8.16.0 age adoption passing confidence
unplugin-icons 0.19.3 -> 0.20.2 age adoption passing confidence
vitest (source) 2.1.3 -> 2.1.6 age adoption passing confidence
wrangler (source) 3.83.0 -> 3.91.0 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20241127.0

Compare Source

v4.20241112.0

Compare Source

v4.20241106.0

Compare Source

iconify/icon-sets (@​iconify/json)

v2.2.277

Compare Source

v2.2.276

Compare Source

v2.2.275

Compare Source

v2.2.274

Compare Source

v2.2.273

Compare Source

v2.2.272

Compare Source

v2.2.271

Compare Source

v2.2.270

Compare Source

v2.2.269

Compare Source

v2.2.268

Compare Source

v2.2.267

Compare Source

v2.2.266

Compare Source

v2.2.265

Compare Source

VirtualLiveLab/js-config (@​virtual-live-lab/eslint-config)

v2.2.13

Compare Source

v2.2.12

Compare Source

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

VirtualLiveLab/js-config (@​virtual-live-lab/prettier-config)

v2.0.12

Compare Source

@​virtual-live-lab/prettier-config

2.0.6

Patch Changes

v2.0.11

Compare Source

@​virtual-live-lab/prettier-config

2.0.6

Patch Changes

v2.0.10

Compare Source

@​virtual-live-lab/prettier-config

2.0.6

Patch Changes

v2.0.9

Compare Source

@​virtual-live-lab/prettier-config

2.0.6

Patch Changes

v2.0.8

Compare Source

@​virtual-live-lab/prettier-config

2.0.6

Patch Changes
ota-meshi/astro-eslint-parser (astro-eslint-parser)

v1.1.0

Compare Source

Minor Changes
saadeghi/daisyui (daisyui)

v4.12.14

Compare Source

Bug Fixes
eslint/eslint (eslint)

v9.15.0

Compare Source

v9.14.0

Compare Source

mizdra/happy-css-modules (happy-css-modules)

v3.2.0

Compare Source

What's Changed

Added
Others

New Contributors

Full Changelog: mizdra/happy-css-modules@v3.1.1...v3.2.0

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

sass/dart-sass (sass)

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global
    built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long
    as that argument might be a unitless number.

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the
    LegacyColor constructor.

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed
    on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the
    legacy API.
stylelint/stylelint (stylelint)

v16.11.0

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)
privatenumber/tsx (tsx)

v4.19.2

Compare Source

Bug Fixes
  • generate sourcesContent when Node.js debugger is enabled (#​670) (7c47074)

This release is also available on:

microsoft/TypeScript (typescript)

v5.7.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.16.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

🚀 Features
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#​10333)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • add missing peer dependencies (#​9744)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

🚀 Features
  • typescript-eslint: improve undefined extension handling (#​10177)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

unplugin/unplugin-icons (unplugin-icons)

v0.20.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.20.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.20.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (vitest)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance

Configuration

📅 Schedule: Branch creation - "before 4:00am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency tsx to v4.19.2 chore(deps): update devdependencies Oct 28, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch 17 times, most recently from fb1e0d1 to dc3334a Compare November 4, 2024 04:51
@renovate renovate bot force-pushed the renovate/devdependencies branch 11 times, most recently from d9fa668 to 50cab99 Compare November 9, 2024 18:28
@renovate renovate bot force-pushed the renovate/devdependencies branch 10 times, most recently from f7f2135 to a0c7b5c Compare November 18, 2024 20:18
@renovate renovate bot force-pushed the renovate/devdependencies branch 11 times, most recently from 71002b0 to 1604b0c Compare November 26, 2024 15:25
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 8de4059 to 0b6b512 Compare November 28, 2024 08:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from 0b6b512 to e9d8da6 Compare November 28, 2024 17:12
@renovate renovate bot changed the title chore(deps): update devdependencies chore(deps): update devdependencies - autoclosed Nov 29, 2024
@renovate renovate bot closed this Nov 29, 2024
@renovate renovate bot deleted the renovate/devdependencies branch November 29, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants